home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1996 June
/
PCPRO_696.ISO
/
bonus
/
blender
/
shared.dir
/
00787_FAST FORWARD-8.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-08
|
209 b
|
8 lines
on mouseDown
global VID
repeat while the stillDown and (the movieTime of sprite 40 <= VID)
set the movieTime of sprite 40 to min(the movieTime of sprite 40 + 6, VID)
updateStage()
end repeat
end